forkしたpublic repoをprivate repoにコピーする
from
DL4USコンテンツ
forkしたpublicリポジトリをprivateにする #Git - Qiita
--mirrorを使う
$ git clone --bare
https://github.com/matsuolab-edu/dl4us
$ cd dl4us.git
$ git push --mirror git@github.com:takker99/dl4us
$ cd ../
$ rm -rf dl4us.git
#2026-04-18
12:07:26
#2025-03-05
08:19:46
#2025-03-04
21:35:30